ode_excite Interface

interface
public function ode_excite(t) result(rst)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: t

The value of the independent variable at which to evaluate the excitation function.

Return Value real(kind=real64)

The result.

Description

Defines the interface for a ODE excitation function.